home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4365 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: ifi.uio.no!usenet
  2. From: ludvigp@ifi.uio.no (Ludvig Pedersen)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: doubling pixels horizontally
  5. Date: 28 Feb 1996 06:48:56 GMT
  6. Organization: Dept. of Informatics, University of Oslo, Norway
  7. Message-ID: <719.6629T1277T1909@ifi.uio.no>
  8. References: <4f4ibc$gl9@news.cs.tu-berlin.de> <591.6610T1165T2102@login.eunet.no><1045.6611T753T2256@vip.cybercity.dk><4faoe1$47@sunsystem5.informatik.tu-muenchen.de><2991.6612T1034T625@vip.cybercity.dk><576.6613T1070T1730@login.eunet.no><1257.6614T57T922@vip.cybercity.dk><1982.6617T1096T103@ifi.uio.no><4gbjg3$104@sunsystem5.informatik.tu-muenchen.de><4518.6625T1142T92@ifi.uio.no><5073.6626T469T1290@login.eunet.no>
  9.     <2824.6626T859T1819@ifi.uio.no> <2637.6627T383T87@login.eunet.no>
  10. NNTP-Posting-Host: gymir.ifi.uio.no
  11. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  12.  
  13. >Well, why do that peace of code get executed then, and not the other one?
  14. >Ahh... now i know. Its the damn wait loop that locks the task, so the task
  15. >gets bussy in the wait loop, and never gets to the cleanup routine.
  16. >I stil think its a bug in QBlit. It should be called from from the blit
  17. >interrupt. Waiting with a test loop insnt that OS friendly though.
  18. >There is a solution though, with out signaling the task, but who wants to
  19. >do that anyway.
  20.  
  21. Yes, instead of using Signal()/Wait() one can also have an extra dummy
  22. blitterpass which sets the flag instead of the CleanUp routine.
  23.  
  24. But I agree it is a small bug.
  25.  
  26.  
  27. <sb>Ludde - Amiga Demo Coder
  28. <sb>Virtual Reality & Official Be developer
  29. <sb>ludvigp@ifi.uio.no
  30.  
  31.